projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe828d
)
* lisp/tooltip.el: Fix warning when built on a non-Haiku system.
author
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jan 2022 03:34:55 +0000
(11:34 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jan 2022 03:35:44 +0000
(11:35 +0800)
lisp/tooltip.el
patch
|
blob
|
history
diff --git
a/lisp/tooltip.el
b/lisp/tooltip.el
index af6f456d7b5b63dee46bfb88c6a01decd03f18fe..a6392877144fad7c4c9a43a061931c25f61eb4f6 100644
(file)
--- a/
lisp/tooltip.el
+++ b/
lisp/tooltip.el
@@
-339,6
+339,8
@@
This is used by `tooltip-show-help' and
(defvar tooltip-previous-message nil
"The previous content of the echo area.")
+(defvar haiku-use-system-tooltips)
+
(defun tooltip-show-help-non-mode (help)
"Function installed as `show-help-function' when Tooltip mode is off.
It is also called if Tooltip mode is on, for text-only displays."